home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1993 November / JCSM Shareware Collection - 1993-11.iso / cl060 / smail14j.lzh / SM-DOCS.EXE / SEE-MAIL.EDT < prev    next >
Encoding:
Text File  |  1990-08-02  |  17.3 KB  |  257 lines

  1.        █▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
  2.        █                        HELP IN EDITOR                         █
  3.        █                                                               █
  4.        █                F1:   Popup editor menus                       █
  5.        █              S-F1:   Popup help text                          █
  6.        █                                                               █
  7.        █            >>> F5:   ZOOM TO FULL SCREEN!!! <<<               █
  8.        █                                                               █
  9.        ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  10.  
  11.  
  12.     This  editor  functions  in  a  WordStar-like fashion.  For people
  13.     familiar with Borland  products such as  the SideKick editor  this
  14.     should be straight  forward.  Below is  a complete summary  of the
  15.     keys used and key combinations.   You can print this file  and use
  16.     it as a reference.
  17.  
  18.     The editor can edit  files up to 64  kbytes in size.  Beyond  that
  19.     size a page editor will be invoked that edits 32 kbytes at a time.
  20.  
  21.     If this becomes a problem you can always use See Mail to split the
  22.     file via the Print function, and then recombine it later with  the
  23.     append file facility.
  24.  
  25.     The  ACTION  KEYS  provide  a  hot  link  to  See  Mail functions,
  26.     including Printing,  Utilities and  Scramble.  Press  the <Alt>  &
  27.     <F1> keys together, followed by pressing the number key to  invoke
  28.     the option you require.
  29.  
  30.     Note: Printing will begin FROM the position of the CURSOR onwards.
  31.     So ensure  the cursor  is at  the top  of the  text if you want to
  32.     print everything.
  33.  
  34.     The  editor  uses  approximately  70  commands  to move the cursor
  35.     around, page through  text, find and  replace strings, and  so on.
  36.     these commands are grouped into six main categories:
  37.  
  38.     o    Cursor movement
  39.     o    Insert and delete
  40.     o    Search and replace
  41.     o    File commands
  42.     o    Block commands
  43.     o    Miscellaneous
  44.  
  45.  
  46.     ┌─────────────────────────────────────────────────────────────────────┐
  47.     │                           Cursor movement                           │
  48.     │                                                                     │
  49.     ├─────────────────────────────────────────────────────────────────────┤
  50.     │Line up                                        Ctrl-E               │
  51.     │                                                                     │
  52.     │Line down                                      Ctrl-X               │
  53.     │                                                                     │
  54.     │Left                       <─                   Ctrl-S               │
  55.     │                                                                     │
  56.     │Right                      ─>                   Ctrl-D               │
  57.     │                                                                     │
  58.     │Word left                  Ctrl <─              Ctrl-A               │
  59.     │                                                                     │
  60.     │Word right                 Ctrl ─>              Ctrl-F               │
  61.     │                                                                     │
  62.     │Start of line              Home                 Ctrl-Q Ctrl-S        │
  63.     │                                                                     │
  64.     │End of line                End                  Ctrl-Q Ctrl-D        │
  65.     │                                                                     │
  66.     │Start of page              Ctrl-Home            Ctrl-Q Ctrl-E        │
  67.     │                                                                     │
  68.     │End of page                Ctrl-End             Ctrl-Q Ctrl-X        │
  69.     │                                                                     │
  70.     │Scroll up                                       Ctrl-W               │
  71.     │                                                                     │
  72.     │Scroll down                                     Ctrl-Z               │
  73.     │                                                                     │
  74.     │Page up                    PgUp                 Ctrl-R               │
  75.     │                                                                     │
  76.     │Page down                  PgDn                 Ctrl-C               │
  77.     │                                                                     │
  78.     │Start of text              Ctrl-PgUp            Ctrl-Q Ctrl-R        │
  79.     │                                                                     │
  80.     │End of text                Ctrl-PgDn            Ctrl-Q Ctrl-C        │
  81.     │                                                                     │
  82.     │Previous position                               Ctrl-Q Ctrl-P        │
  83.     │                                                                     │
  84.     │Goto line                  Ctrl-F2                                   │
  85.     │                                                                     │
  86.     │Goto position              Shift-F2                                  │
  87.     │                                                                     │
  88.     │Goto blockstart                                 Ctrl-Q Ctrl-B        │
  89.     │                                                                     │
  90.     │Goto blockend                                   Ctrl-Q Ctrl-K        │
  91.     │                                                                     │
  92.     └─────────────────────────────────────────────────────────────────────┘
  93.  
  94.     ┌─────────────────────────────────────────────────────────────────────┐
  95.     │                           Insert & Delete                           │
  96.     │                                                                     │
  97.     ├─────────────────────────────────────────────────────────────────────┤
  98.     │Insert new line                                 Ctrl-N               │
  99.     │                                                                     │
  100.     │Backspace                  Ctrl-H               Ctrl-H               │
  101.     │                                                                     │
  102.     │Delete character           Del                  Ctrl-G               │
  103.     │                                                                     │
  104.     │Delete word                                     Ctrl-T               │
  105.     │                                                                     │
  106.     │Delete to start of line                         Ctrl-Q Ctrl-T        │
  107.     │                                                                     │
  108.     │Delete to end of line                           Ctrl-Q Ctrl-Y        │
  109.     │                                                                     │
  110.     │Delete line                Ctrl-BackSpace       Ctrl-Y               │
  111.     │                                                                     │
  112.     └─────────────────────────────────────────────────────────────────────┘
  113.  
  114.     ┌─────────────────────────────────────────────────────────────────────┐
  115.     │                              Searching                              │
  116.     │                                                                     │
  117.     ├─────────────────────────────────────────────────────────────────────┤
  118.     │Search                     Ctrl-F3                                   │
  119.     │                                                                     │
  120.     │Search again               Shift-F3                                  │
  121.     │                                                                     │
  122.     │Replace                    Ctrl-F4                                   │
  123.     │                                                                     │
  124.     │Replace again              Shift-F4                                  │
  125.     │                                                                     │
  126.     │WordStar Search                                 Ctrl-Q Ctrl-F        │
  127.     │                                                                     │
  128.     │WordStar Search again                           Ctrl-O               │
  129.     │                                                                     │
  130.     │WordStar Replace                                Ctrl-Q Ctrl-A        │
  131.     │                                                                     │
  132.     │WordStar Replace again                          Ctrl-L               │
  133.     │                                                                     │
  134.     └─────────────────────────────────────────────────────────────────────┘
  135.  
  136.     ┌─────────────────────────────────────────────────────────────────────┐
  137.     │                           Block functions                           │
  138.     │                                                                     │
  139.     ├─────────────────────────────────────────────────────────────────────┤
  140.     │Block select   <<< Use to initiate block!!! >>> Ctrl-K Ctrl-M        │
  141.     │                                                                     │
  142.     │Copy block to pastebuffer                       Ctrl-K Ctrl-I        │
  143.     │                                                                     │
  144.     │Move block to pastebuffer                       Ctrl-K Ctrl-Y        │
  145.     │                                                                     │
  146.     │Paste                      Ctrl-F7              Ctrl-U               │
  147.     │                                                                     │
  148.     │Mark blockstart                                 Ctrl-K Ctrl-B        │
  149.     │                                                                     │
  150.     │Mark blockend                                   Ctrl-K Ctrl-K        │
  151.     │                                                                     │
  152.     │WordStar show/hide block                        Ctrl-K Ctrl-H        │
  153.     │                                                                     │
  154.     │WordStar copy block                             Ctrl-K Ctrl-C        │
  155.     │                                                                     │
  156.     │WordStar move block                             Ctrl-K Ctrl-V        │
  157.     │                                                                     │
  158.     │                                                                     │
  159.     │MultiMate copy block       Ctrl-F5                                   │
  160.     │                                                                     │
  161.     │MultiMate move block       Alt-F6                                    │
  162.     │                                                                     │
  163.     │MultiMate delete block     Alt-F7                                    │
  164.     │                                                                     │
  165.     └─────────────────────────────────────────────────────────────────────┘
  166.  
  167.     ┌─────────────────────────────────────────────────────────────────────┐
  168.     │                       Special block functions                       │
  169.     │                                                                     │
  170.     ├─────────────────────────────────────────────────────────────────────┤
  171.     │Copy block to printer      Alt-F8               Ctrl-K Ctrl-P        │
  172.     │                                                                     │
  173.     │Copy block to file         Alt-F5               Ctrl-K Ctrl-W        │
  174.     │                                                                     │
  175.     │Change case for a block    Ctrl-F6              Ctrl-K Ctrl-E        │
  176.     │                                                                     │
  177.     │Copy block from file       F7                   Ctrl-K Ctrl-R        │
  178.     │                                                                     │
  179.     └─────────────────────────────────────────────────────────────────────┘
  180.  
  181.     ┌─────────────────────────────────────────────────────────────────────┐
  182.     │                           File functions                            │
  183.     │                                                                     │
  184.     ├─────────────────────────────────────────────────────────────────────┤
  185.     │Load file                  F3                                        │
  186.     │                                                                     │
  187.     │Pick file                  Alt-F3                                    │
  188.     │                                                                     │
  189.     │New file                                                             │
  190.     │                                                                     │
  191.     │Save file                  F2                   Ctrl-K Ctrl-S        │
  192.     │                                                                     │
  193.     │Write to                                                             │
  194.     │                                                                     │
  195.     │Change dir                                      Ctrl-K Ctrl-L        │
  196.     │                                                                     │
  197.     │Rename                                                               │
  198.     │                                                                     │
  199.     │Filemenu                   Alt-F                                     │
  200.     │                                                                     │
  201.     └─────────────────────────────────────────────────────────────────────┘
  202.  
  203.     ┌─────────────────────────────────────────────────────────────────────┐
  204.     │                            Miscellaneous                            │
  205.     │                                                                     │
  206.     ├─────────────────────────────────────────────────────────────────────┤
  207.     │Aux edit                   F8                                        │
  208.     │                                                                     │
  209.     │Edit paste buffer          Ctrl-F8                                   │
  210.     │                                                                     │
  211.     │Popup help menu            F1                                        │
  212.     │                                                                     │
  213.     │Show help file             Shift-F1                                  │
  214.     │                                                                     │
  215.     │Auto indentation           Alt-I                Ctrl-Q Ctrl-I        │
  216.     │                                                                     │
  217.     │Insert mode                Ins                  Ctrl-V               │
  218.     │                                                                     │
  219.     │Text mode                                       Ctrl-Q Ctrl-W        │
  220.     │                                                                     │
  221.     │Lower case word            Ctrl-B Ctrl-L                             │
  222.     │                                                                     │
  223.     │Upper case word            Ctrl-B Ctrl-U                             │
  224.     │                                                                     │
  225.     │Reverse case word          Ctrl-B Ctrl-R                             │
  226.     │                                                                     │
  227.     │Exit editor                F10                  Ctrl-K Ctrl-D        │
  228.     │                                                                     │
  229.     └─────────────────────────────────────────────────────────────────────┘
  230.  
  231.     ┌─────────────────────────────────────────────────────────────────────┐
  232.     │                          Global functions                           │
  233.     │                                                                     │
  234.     ├─────────────────────────────────────────────────────────────────────┤
  235.     │Resize window              Shift-F10                                 │
  236.     │                                                                     │
  237.     │Zoom window                F5                                        │
  238.     │                                                                     │
  239.     │Xedit                      F8                                        │
  240.     │                                                                     │
  241.     │Terminate input            F10                                       │
  242.     │                                                                     │
  243.     └─────────────────────────────────────────────────────────────────────┘
  244.  
  245.     ┌─────────────────────────────────────────────────────────────────────┐
  246.     │                              Hot keys                               │
  247.     │                                                                     │
  248.     ├─────────────────────────────────────────────────────────────────────┤
  249.     │                                                                     │
  250.     │Load file                  F3                                        │
  251.     │                                                                     │
  252.     │Pick file                  Alt-F3                                    │
  253.     │                                                                     │
  254.     │Save file                  F2                                        │
  255.     │                                                                     │
  256.     └─────────────────────────────────────────────────────────────────────┘
  257.